<!DOCTYPE html>
<html lang="en" dir="ltr>
	<head>
		<!--
		INF250vc Chaper 2, Pacific Trails Resort
		
		Authro: Manila Sopha
		date: 9/5/2024
			-->
			<meta charset = "utf-8">
			<meta name = "viewport" content = "width= device-width, inital-scale=1.0 ">
			<title>Pacific Trail Resort</title>
		</head>
		<body>
		<!-- Wireframe content always goes in the body
		-->
		
		<header><!--heading 1 always goes in the header to tell the search engines what the main of topic is-->
			<h1>Pacific Trail Resort</h1>
		</header>
		<nav><!--Creating the navigation that will be at the top of each page-->
		
			<b>
			<a href="index.html">Home</a>&nbsp;<a 
			href="yurts.html"> Yurts</a>&nbsp;<a 
			href="activities.html">Activities</a>&nbsp; <a
			href="reservation.html">Reservation</a></b>
			
		</nav>
		 <h2>Enjoy Nature in Luxury</h2>
  <p>Pacific Trails Resort offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean.
  Your stay at the Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.</p>
  <br>
  <ul><!--unordered list with benefits-->
	<li>Unwind in the heated outdoor pool and whirlpool</li>
	<li>Explore the coast on your own or join our guided tours</li>
	<li>Relax in our lodge while enjoying complimentary applitizers and beverages</li>
	<li>Savor nightly fine dining with an ocean view</li>
	</ul>
	<div>
	Pacific Trails Resort <br>
	12010 Pacific Trails Road<br>
	Zephyr, Ca 95555 <br></br>
	888-555-5555<br><br>
	</div>
	<br>
	</main>
	<footer>
  <small><i>Copyright &copy; 2024 Pacific Trails Resort<br>
  <a 
  href="Manilasopha87@hotmail.com">Manilasopha87@hotmail</a>
  </i><small>
 
  
  